home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_iiwiz.inc < prev    next >
Encoding:
Text File  |  1998-09-16  |  274 b   |  15 lines

  1. <%
  2.  
  3. ' iiwiz.inc
  4.  
  5. ' generic page names... each wizard must have a NONE and a WELCOME.
  6. Const NONE = 0
  7. Const WELCOME = 1
  8.  
  9. Const ENABLED = True
  10.  
  11. Const SCRIPT = "<SCRIPT LANGUAGE='JavaScript'>"
  12. Const CLOSESCRIPT = "</SCRIPT>"
  13. %>
  14.  
  15. <!--#include file="iisetfnt.inc"-->